tests: Ifdef out unused code
authorBenjamin Otte <otte@redhat.com>
Mon, 30 Apr 2012 18:43:51 +0000 (20:43 +0200)
committerBenjamin Otte <otte@redhat.com>
Tue, 1 May 2012 01:13:01 +0000 (03:13 +0200)
The test using those functions was disabled in
b310ba29d0c14cdd566b4af1dd10599735980985

gtk/tests/keyhash.c

index ced83c650f372a26776f37690fef7a1a703779c2..2db2f29d0ce7d968d73e9194571452f4738f09a4 100644 (file)
@@ -53,6 +53,7 @@ test_basic (void)
 }
 
 
+#if 0
 typedef struct
 {
   guint           keyval;
@@ -184,6 +185,7 @@ test_virtual (void)
 
   _gtk_key_hash_free (hash);
 }
+#endif
 
 int
 main (int argc, char **argv)